home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TPGPPREFERENCESFORM / TPGPPREFERENCESFORM.txt
Encoding:
Text File  |  2004-10-12  |  5.5 KB  |  249 lines

  1. object PgpPreferencesForm: TPgpPreferencesForm
  2.   Left = 548
  3.   Top = 272
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'Privacy Preferences'
  7.   ClientHeight = 306
  8.   ClientWidth = 301
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl: TPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 301
  26.     Height = 265
  27.     ActivePage = tsFiles
  28.     Align = alTop
  29.     TabOrder = 0
  30.     object tsGeneral: TTabSheet
  31.       Caption = 'General'
  32.       object gbEncSign: TGroupBox
  33.         Left = 8
  34.         Top = 8
  35.         Width = 276
  36.         Height = 209
  37.         Caption = 'Encryption and Signing Preferences'
  38.         TabOrder = 0
  39.         object Label1: TLabel
  40.           Left = 96
  41.           Top = 80
  42.           Width = 37
  43.           Height = 13
  44.           Caption = 'Minutes'
  45.         end
  46.         object Label2: TLabel
  47.           Left = 96
  48.           Top = 128
  49.           Width = 37
  50.           Height = 13
  51.           Caption = 'Minutes'
  52.         end
  53.         object lCommentBlock: TLabel
  54.           Left = 16
  55.           Top = 152
  56.           Width = 119
  57.           Height = 13
  58.           Caption = 'Comment block (optional)'
  59.           FocusControl = eCommentBlock
  60.         end
  61.         object cbEncDefKey: TCheckBox
  62.           Left = 16
  63.           Top = 16
  64.           Width = 248
  65.           Height = 17
  66.           Caption = 'Always encrypt to default key'
  67.           TabOrder = 0
  68.         end
  69.         object cbCacheDec: TCheckBox
  70.           Left = 16
  71.           Top = 56
  72.           Width = 248
  73.           Height = 17
  74.           Caption = 'Cache decryption passphrases/keys for'
  75.           TabOrder = 2
  76.           OnClick = cbCacheDecClick
  77.         end
  78.         object cbCacheSig: TCheckBox
  79.           Left = 16
  80.           Top = 104
  81.           Width = 248
  82.           Height = 17
  83.           Caption = 'Cache signing passphrases/keys for'
  84.           TabOrder = 4
  85.           OnClick = cbCacheSigClick
  86.         end
  87.         object eCommentBlock: TEdit
  88.           Left = 16
  89.           Top = 168
  90.           Width = 241
  91.           Height = 21
  92.           TabOrder = 6
  93.         end
  94.         object cbCompress: TCheckBox
  95.           Left = 16
  96.           Top = 36
  97.           Width = 248
  98.           Height = 17
  99.           Caption = 'Compress data before encryption'
  100.           TabOrder = 1
  101.         end
  102.         object spDecMin: TXSpinEdit
  103.           Left = 32
  104.           Top = 76
  105.           Width = 57
  106.           Height = 21
  107.           TabOrder = 3
  108.           Text = '1'
  109.           MinValue = 1
  110.           MaxValue = 9999
  111.           Value = 1
  112.           Step = 1
  113.         end
  114.         object spSigMin: TXSpinEdit
  115.           Left = 32
  116.           Top = 124
  117.           Width = 57
  118.           Height = 21
  119.           TabOrder = 5
  120.           Text = '1'
  121.           MinValue = 1
  122.           MaxValue = 9999
  123.           Value = 1
  124.           Step = 1
  125.         end
  126.       end
  127.     end
  128.     object tsFiles: TTabSheet
  129.       Caption = 'Files'
  130.       object gbPubkey: TGroupBox
  131.         Left = 8
  132.         Top = 8
  133.         Width = 273
  134.         Height = 49
  135.         Caption = 'Public Key Ring File'
  136.         TabOrder = 0
  137.         object ePubkey: TEdit
  138.           Left = 8
  139.           Top = 16
  140.           Width = 226
  141.           Height = 21
  142.           TabOrder = 0
  143.         end
  144.         object bPubkey: TButton
  145.           Left = 238
  146.           Top = 15
  147.           Width = 23
  148.           Height = 23
  149.           Caption = '&?'
  150.           TabOrder = 1
  151.           OnClick = bPubkeyClick
  152.         end
  153.       end
  154.       object gbSecKey: TGroupBox
  155.         Left = 8
  156.         Top = 60
  157.         Width = 273
  158.         Height = 53
  159.         Caption = 'Private Key Ring File'
  160.         TabOrder = 1
  161.         object eSecKey: TEdit
  162.           Left = 8
  163.           Top = 16
  164.           Width = 226
  165.           Height = 21
  166.           TabOrder = 0
  167.         end
  168.         object bSeckey: TButton
  169.           Left = 238
  170.           Top = 15
  171.           Width = 23
  172.           Height = 23
  173.           Caption = '&?'
  174.           TabOrder = 1
  175.           OnClick = bSeckeyClick
  176.         end
  177.       end
  178.       object gbRandSeed: TGroupBox
  179.         Left = 8
  180.         Top = 119
  181.         Width = 273
  182.         Height = 50
  183.         Caption = 'Random Seed File'
  184.         TabOrder = 2
  185.         object eRandSeed: TEdit
  186.           Left = 8
  187.           Top = 16
  188.           Width = 226
  189.           Height = 21
  190.           TabOrder = 0
  191.         end
  192.         object bRandSeed: TButton
  193.           Left = 238
  194.           Top = 15
  195.           Width = 23
  196.           Height = 23
  197.           Caption = '&?'
  198.           TabOrder = 1
  199.           OnClick = bRandSeedClick
  200.         end
  201.       end
  202.       object gb_gpgKeyMgr: TGroupBox
  203.         Left = 8
  204.         Top = 175
  205.         Width = 273
  206.         Height = 50
  207.         Caption = 'GnuPGP External Key Manager'
  208.         TabOrder = 3
  209.         object e_gpgKeyMgr: TEdit
  210.           Left = 8
  211.           Top = 16
  212.           Width = 226
  213.           Height = 21
  214.           TabOrder = 0
  215.         end
  216.         object b_gpgKeyMgr: TButton
  217.           Left = 238
  218.           Top = 15
  219.           Width = 23
  220.           Height = 23
  221.           Caption = '&?'
  222.           TabOrder = 1
  223.           OnClick = b_gpgKeyMgrClick
  224.         end
  225.       end
  226.     end
  227.   end
  228.   object bOK: TButton
  229.     Left = 128
  230.     Top = 272
  231.     Width = 75
  232.     Height = 25
  233.     Caption = 'OK'
  234.     Default = True
  235.     ModalResult = 1
  236.     TabOrder = 1
  237.   end
  238.   object Cancel: TButton
  239.     Left = 216
  240.     Top = 272
  241.     Width = 75
  242.     Height = 25
  243.     Cancel = True
  244.     Caption = 'Cancel'
  245.     ModalResult = 2
  246.     TabOrder = 2
  247.   end
  248. end
  249.